Adding Background Color

1. Create a new page
2. Click the Insert Widget button
3. Scroll down and select other HTML
4. Paste the following code there
<script language="JavaScript" type="text/javascript">
document.write('<style type="text/css"> div#content_view {background-color: Yellow;} <\/style>')
</script>
5. Click Save
6. A Media box will appear.
7. You have to save the page on the edit toolbar to see the color change.
8. This code will give you a yellow background
9. You can change the color from yellow to Blue or another color just by backspacing over yellow and typing in the color name you want.